C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanInsertRange Method

In This Topic
CanInsertRange Method (C1GroupDataCollection<S>)
In This Topic
Syntax
'Declaration
 
Public Overrides Function CanInsertRange( _
   ByVal index As Integer, _
   ByVal items As IEnumerable(Of S) _
) As Boolean
 

Parameters

index
items
See Also